home *** CD-ROM | disk | FTP | other *** search
/ Liberation Day / Liberation Day.bin / GLOBALS / GLOBAL.MDB / RoadType Lookup.json < prev    next >
JavaScript Object Notation  |  1998-02-28  |  125b

  1. {
  2.     "schema": {
  3.         "Enum": "Long Integer NOT NULL",
  4.         "Text": "Text (50)"
  5.     },
  6.     "data": [
  7.         {
  8.             "Enum": 0,
  9.             "Text": "lotech"
  10.         },
  11.         {
  12.             "Enum": 1,
  13.             "Text": "hitech"
  14.         }
  15.     ]
  16. }